public class GraphConfigFactory extends AnyFormatGraphConfigFactory
Modifier and Type | Method and Description |
---|---|
static GraphConfigFactory |
forAnyFormat()
returns a new graph config factory to parse any graph config from various input sources
|
static FileGraphConfigFactory |
forFileFormats()
returns a new graph config factory to parse file-based graph configs from various input sources
|
static PgHbaseGraphConfigFactory |
forPropertyGraphHbase()
returns a new graph config factory to create graph configs targeting the Apache HBase database in the property graph format.
|
static PgNosqlGraphConfigFactory |
forPropertyGraphNosql()
returns a new graph config factory to create graph configs targeting the Oracle NoSQL database in the property graph format.
|
static oracle.pgx.config.PgRdbmsGraphConfigFactory |
forPropertyGraphRdbms()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the property graph format.
|
static oracle.pgx.config.RdfGraphConfigFactory |
forRdf()
returns a new RDF graph config factory
|
static TwoTablesGraphConfigFactory |
forTwoTables()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-table format.
|
fromProperties
fromClasspath, fromFile, fromFilePath, fromHdfs, fromHttp, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public static GraphConfigFactory forAnyFormat()
public static FileGraphConfigFactory forFileFormats()
public static PgHbaseGraphConfigFactory forPropertyGraphHbase()
public static PgNosqlGraphConfigFactory forPropertyGraphNosql()
public static oracle.pgx.config.PgRdbmsGraphConfigFactory forPropertyGraphRdbms()
public static oracle.pgx.config.RdfGraphConfigFactory forRdf()
public static TwoTablesGraphConfigFactory forTwoTables()
Copyright © 2015. All rights reserved.